قالات یا برنامه های موجود در اینترنت که مربوط به افزایش سرعت مرورگر فایرفاکس است با این فرض نوشته و ساخته شده اند که شما هم از اینترنت پر سرعت و هم از کامپیوتر پرسرعت استفاده می کنید و اگر چنین نباشد (که اکثرآ اینترنت های سریع نداریم) باعث افت شدید کارایی سیستم خواهد شد. به همین جهت تصمیم به ترجمه این مقاله مفید گرفتم که نحوه صحیح تنظیم فایرفاکس را برای بهبود عملکرد آن شرح می دهد.
برای انجام تنظیمات فوق در قسمت آدرس بار فایرفاکس عبارت about:config را تایپ کنید و اینتر کنید. سپس در قسمت Filter عبارات زیر را تایپ کنید تا کلیدش را پیدا کنید سپس به مقدار نوشته شده تغییر دهید.
مانند مثال روبرو:
کامپیوتر سریع ، اینترنت کند :
browser.xul.error_pages.enabled true
content.interrupt.parsing true
content.max.tokenizing.time 3000000
content.maxtextrun 8191
content.notify.interval 750000
content.notify.ontimer true
content.switch.threshold 750000
network.http.max-connections 32
network.http.max-connections-per-server 8
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 4
nglayout.initialpaint.delay 0
browser.cache.memory.capacity 65536
کامپیوتر کند ، اینترنت کند :
content.max.tokenizing.time 225000
content.notify.ontimer true
content.switch.threshold 750000
nglayout.initialpaint.delay 750
network.http.max-connections 32
network.http.max-connections-per-server 8
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 4
dom.disable_window_status_change true
ادامه را بخوانید
کامپیوتر سریع ، اینترنت کمی کند :
content.max.tokenizing.time 2250000
content.notify.interval 750000
content.notify.ontimer true
content.switch.threshold 750000
network.http.max-connections 48
network.http.max-connections-per-server 16
network.http.max-persistent-connections-per-proxy 16
network.http.max-persistent-connections-per-server 8
nglayout.initialpaint.delay 0
browser.cache.memory.capacity 65536
منظور Dial-Up نیست ، این تنظیمات برای کامپیوتر های سریعی که از اینترنت هایی با سرعت معمولی (ADSL های خانگی) استفاده می کنند بسیار مناسب است.
کامپیوتر کند ، اینترنت سریع :
content.max.tokenizing.time 3000000
content.notify.backoffcount 5
content.notify.interval 1000000
content.notify.ontimer true
content.switch.threshold 1000000
content.maxtextrun 4095
nglayout.initialpaint.delay 1000
network.http.max-connections 48
network.http.max-connections-per-server 16
network.http.max-persistent-connections-per-proxy 16
network.http.max-persistent-connections-per-server 8
dom.disable_window_status_change true
کامپیوتر سریع ، اینترنت سریع :
content.interrupt.parsing true
content.max.tokenizing.time 2250000
content.notify.interval 750000
content.notify.ontimer true
content.switch.threshold 750000
nglayout.initialpaint.delay 0
network.http.max-connections 48
network.http.max-connections-per-server 16
network.http.max-persistent-connections-per-proxy 16
network.http.max-persistent-connections-per-server 8
browser.cache.memory.capacity 65536
نظرات شما عزیزان:
|